Add post order items
Requested order-items format (result of account.get_order_items) is totally different from the one expected for the post API endpoint (adding new order-items to a given account). The post method, therefore, cannot use the OrderItem class. Simple unit test done for the post_order_item method