curl --request PATCH \
--url https://api.breakcold.com/rest/lists/{id}/move \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"position": 500
}'
"<string>"
curl --request PATCH \
--url https://api.breakcold.com/rest/lists/{id}/move \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"position": 500
}'
"<string>"
Successful response
The response is of type string
.