Authorization: Bearer ********************
curl --location --request POST 'http://localhost/api/v1/auth/refresh' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "refresh_token": "string" }'
"string"