Posts by rodrigoandrade • 13 points
1 post
-
1
votes1
answer158
viewsQ: Problem when doing POST method on Swift
I’m with that body to make a POST to the backend '{"token":"xxxx", "extra_information": {"expires_in": xxxx, "refresh_token": "xxx", "user_id": "user_uuid", "token_type": "Bearer"}}' The parameters…